CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - linux thread

搜索资源列表

  1. pthreadmatrix

    0下载:
  2. Pthread c++ 并行矩阵乘法 运行于linux操作系统 -Multi thread matrix multiplication in c++ with Pthread
  3. 所属分类:MPI

    • 发布日期:2017-03-30
    • 文件大小:1468
    • 提供者:cui
  1. threadpool.src.tar

    0下载:
  2. 跨平台的线程池。在windows的VC下或unix/linux下都能运行。-Cross-platform thread pool. run under both the VC in the windows or unix/linux.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-26
    • 文件大小:5587
    • 提供者:龙田
  1. linux_multiple_thread.tar

    0下载:
  2. linux 多线程多进程 非常好的例子 linux socket server/client -linux multipe thread good example linux socket server/client
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:675840
    • 提供者:陈明
  1. Socket

    0下载:
  2. Linux 之下实现的使用线程池的 socket 优秀例子-Under the use of Linux to achieve excellent example of socket thread pool
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:441980
    • 提供者:
  1. draw

    0下载:
  2. qT编程的例子 非常适合初学者 和在linux下开发图形界面的-qt programming examples of very suitable for beginners and in linux graphical interface developed under the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:141432
    • 提供者:留置
  1. phttpd-1.10.04.tar

    0下载:
  2. 支持线程的www服务器 -WWW server supporting thread
  3. 所属分类:Web Server

    • 发布日期:2017-11-26
    • 文件大小:294056
    • 提供者:站长
  1. linux_socket

    0下载:
  2. linux下socket编程源码,提供一个类,所有函数全部采用底层函数。类中包含ReadData(),SendData()等函数供网络读写。另外提供一个服务线程等待client的连接。代码有中文注释。-socket programming under linux source to provide a class, all functions all use the underlying function. Category contains ReadData (), SendData () f
  3. 所属分类:Linux Network

    • 发布日期:2017-03-26
    • 文件大小:3179
    • 提供者:cherenfei
  1. ptt-1.0.tar

    0下载:
  2. linux下的多线程调试工具,支持posix NPTL, NPTL Trace Tool (PTT - POSIX Thread Trace Toolkit)-linux under the multi-threaded debugging tools, support for posix NPTL, NPTL Trace Tool (PTT- POSIX Thread Trace Toolkit)
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:309727
    • 提供者:许杨
  1. pthread

    0下载:
  2. Pthread本来是一套用户级线程库, 但在Linux上实现时, 却使用了内核级线程 来完成, 这样的好处是, 可以充分的提高程序的并发性, 线程也可以象以前一样调用 read这样的函数, 而不必担心会由于阻赛影响其它的线程的运行. -Pthread have is a set of user-level thread library, but in Linux to achieve, they use a kernel-level thread to complete, so the adva
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:43087
    • 提供者:haha123_0
  1. thread

    0下载:
  2. 嵌入式linux开发应用程序中 多个线程的实例-Embedded linux development application examples of multiple threads
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-07
    • 文件大小:7518
    • 提供者:马利娜
  1. MyLinuxThread5-25[1].tar

    0下载:
  2. LINUX 线程池源代码:Lock.cpp : 锁的操作 , 读锁可以并发 , 写锁独占. Queue.h : 队列的封装 , 队列的读和写都加了锁的保护. Socket.cpp : 套接口的简单封装. Thread.cpp : 线程的封装实现了些简单的线程停止,运行等功能 , 启动别的线程的时候需要继承次类. Worker.cpp : 用户接口类 , 用户需继承此类。 ListenThread.cpp(继承Thread.cpp) : 服务器监听线程.如果有客户端连接通知Th
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-17
    • 文件大小:10328
    • 提供者:wsd
  1. nptl-design

    0下载:
  2. nptl的设计文档,英文版 The Native POSIX Thread Library for Linux-The Native POSIX Thread Library for Linux
  3. 所属分类:software engineering

    • 发布日期:2017-04-28
    • 文件大小:266779
    • 提供者:idanceyang
  1. pthread

    0下载:
  2. linux环境下线程的创建、管理和终止,包含具体现成的操作-linux environment thread creation, management and termination, including the operation of specific off-the-shelf
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:534
    • 提供者:
  1. linuxC

    0下载:
  2. linux下的C语言编程入门 目录介绍 1)Linux程序设计入门--基础知识 2)Linux程序设计入门--进程介绍 3)Linux程序设计入门--文件操作 4)Linux程序设计入门--时间概念 5)Linux程序设计入门--信号处理 6)Linux程序设计入门--消息管理 7)Linux程序设计入门--线程操作 8)Linux程序设计入门--网络编程 9)Linux下C开发工具介绍 -linux under the direc
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-24
    • 文件大小:63038
    • 提供者:yiliang
  1. create_a_thread_under_linux

    0下载:
  2. 简单的介绍线程的创建和基本的使用,关于线程的高级使用(如线程的属性,线程的互斥,线程的同步等等问题)可以参考我后面给出的资料. -Brief basic thread creation and use, on the high-level use of thread (such as the attributes of threads, thread the mutex, thread synchronization and so on) can refer to the information
  3. 所属分类:Document

    • 发布日期:2017-03-30
    • 文件大小:2545
    • 提供者:huyutao
  1. zhexue

    0下载:
  2. 通过研究Linux的线程机制和信号量实现哲学家就餐问题的并发控制-By studying the Linux thread and semaphore mechanisms to achieve dining philosophers problem of concurrency control
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:1505
    • 提供者:王晓难
  1. ProducersAndCustomers

    0下载:
  2. 通过研究Linux的线程机制和信号量实现生产者消费者(Bounded Buffer)问题的并发控制。 通过n个缓冲区组成缓冲池共同完成“生产和消费”任务,每个缓冲区存放一个产品,生产者将生产出的产品放入空缓冲区;消费者从满缓冲区中取出产品。一旦所有缓冲区均满时,生产者必须等待消费者提供空缓冲区。另外,对所有生产者和消费者线程来说,缓冲池是临界资源,即任何一个线程在对某个缓冲区进行“存”和“取”操作时须和其他线程互斥执行。 -By studying the Linux thread and
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:4676
    • 提供者:vivien
  1. linux_file_transfer

    0下载:
  2. Linux中利用socket透過server,兩個client端傳送與接收檔案,可在code中設定ip/port,為linux入門者參考code,有使用thread,故編譯時要加一條-lpthread-Socket through the use of Linux in the server, two client-side to send and receive files, can be set in the code in the ip/port, for the entry-linux
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:5020
    • 提供者:kusogray
  1. pthread_exp

    0下载:
  2. 嵌入式 linux 线程创建、线程通信应用程序源代码及修改练习。-Embedded linux-thread creation, thread communication applications and modify the source code practice.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-01
    • 文件大小:35160
    • 提供者:薄大户
  1. thread.tar

    0下载:
  2. demo program on how to use pthreads under linux. there is a variable that allows to set the number of requested threads.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:5486
    • 提供者:perelka
« 1 2 3 45 6 7 8 9 10 ... 23 »
搜珍网 www.dssz.com